home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom5.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  293 b   |  20 lines

  1. on exitFrame
  2.   global act, c1, c2, c3
  3.   set act to 0
  4.   if c1 = 1 then
  5.     if c2 = 1 then
  6.       if c3 = 1 then
  7.         go("certo")
  8.       end if
  9.     end if
  10.   end if
  11.   onVis(1, 2)
  12.   InVis(10, 13)
  13.   onVis(14, 17)
  14.   InVis(19, 24)
  15.   InVis(40, 41)
  16.   onVis(25, 30)
  17.   onVis(42, 43)
  18.   InVis(44, 47)
  19. end
  20.